func go.pact.im/x/httprange.parseUnsatisfiedRangeResp

2 uses

	go.pact.im/x/httprange (current package)
		bytes.go#L107: 			ur, ok := parseUnsatisfiedRangeResp(e.Resp)
		contentrange.go#L74: func parseUnsatisfiedRangeResp(str string) (unsatisfiedRangeResp, bool) {